+emacs22 (22.2+2-1) unstable; urgency=low
+
+ * Move mh-e.texi here from the non-DFSG package because the license does
+ appear to be DFSG compatible. Thanks to Peter S Galbraith
+ <psg@debian.org>. (closes: #433953)
+
+ * Add Conflicts and Replaces emacs22-common-non-dfsg (<< 22.2+1-2) to
+ debian/control.in to handle move of mh-e.
+
+ -- Rob Browning <rlb@defaultvalue.org> Sun, 20 Apr 2008 13:25:33 -0700
+
emacs22 (22.2+1-1) unstable; urgency=low
* New upstream release. (closes: #473021, #474271)
Architecture: all
Depends: emacsen-common (>= 1.4.10), dpkg (>= 1.9.0), ${shlibs:Depends}
Suggests: emacs22-el, emacs22-common-non-dfsg
-Conflicts: emacs22-el (<< ${Source-Version}), w3-el
+Conflicts: emacs22-el (<< ${Source-Version}), w3-el, emacs22-common-non-dfsg (<< 22.2+2-1)
+Replaces: emacs22-common (<< 22.2), emacs22-common-non-dfsg (<< 22.2+2-1)
Description: The GNU Emacs editor's shared, architecture independent infrastructure
GNU Emacs is the extensible self-documenting text editor.
This package contains the architecture independent infrastructure
Architecture: all
Depends: emacsen-common (>= 1.4.10), dpkg (>= 1.9.0), ${shlibs:Depends}
Suggests: @DEB_FLAVOR@-el, @DEB_FLAVOR@-common-non-dfsg
-Conflicts: @DEB_FLAVOR@-el (<< ${Source-Version}), w3-el
+Conflicts: @DEB_FLAVOR@-el (<< ${Source-Version}), w3-el, emacs22-common-non-dfsg (<< 22.2+2-1)
+Replaces: emacs22-common (<< 22.2), emacs22-common-non-dfsg (<< 22.2+2-1)
Description: The GNU Emacs editor's shared, architecture independent infrastructure
GNU Emacs is the extensible self-documenting text editor.
This package contains the architecture independent infrastructure
emacs_dir="emacs-22.2"
emacs_version="22.2"
emacs_major="22"
-deb_src_rev="1"
+deb_src_rev="2"
non_main_dir="${emacs_dir}-non-dfsg"
# man files which appear to be compatible with the DFSG
dfsg_man_files="
- faq.texi"
+ faq.texi
+ mh-e.texi"
pushd "${emacs_dir}"
mkdir ../"${non_main_dir}"/man
- forms gnus idlwave info message mh-e newsticker org pcl-cvs \
- pgg reftex sc ses sieve speedbar tramp vip viper widget \
- woman smtpmail url rcirc erc
-+INFO_FILES=efaq
++INFO_FILES=efaq mh-e
# Directory for local state files for all programs.
localstatedir=@localstatedir@
- pcl-cvs.dvi woman.dvi eshell.dvi org.dvi url.dvi \
- speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi flymake.dvi \
- newsticker.dvi emacs-xtra.dvi rcirc.dvi erc.dvi
-+INFO_TARGETS = ../info/efaq
-+DVI_TARGETS = faq.dvi
++INFO_TARGETS = ../info/efaq ../info/mh-e
++DVI_TARGETS = faq.dvi mh-e.dvi
INFOSOURCES = info.texi
# The following rule does not work with all versions of `make'.
info: $(top_srcdir)/info $(INFO_TARGETS)
$(top_srcdir)/info:
-@@ -132,222 +57,11 @@
+@@ -132,222 +57,16 @@
# to exist in the build directory.
# In a distribution of Emacs, the Info files should be up to date.
-pgg.dvi: pgg.texi
- $(ENVADD) $(TEXI2DVI) ${srcdir}/pgg.texi
-
--../info/mh-e: mh-e.texi
-- cd $(srcdir); $(MAKEINFO) mh-e.texi
--mh-e.dvi: mh-e.texi
-- $(ENVADD) $(TEXI2DVI) ${srcdir}/mh-e.texi
--
+ ../info/mh-e: mh-e.texi
+ cd $(srcdir); $(MAKEINFO) mh-e.texi
+ mh-e.dvi: mh-e.texi
+ $(ENVADD) $(TEXI2DVI) ${srcdir}/mh-e.texi
+
-../info/reftex: reftex.texi
- cd $(srcdir); $(MAKEINFO) reftex.texi
-reftex.dvi: reftex.texi